net/http.Transport.connsPerHost (field)
8 uses
net/http (current package)
transport.go#L109: connsPerHost map[connectMethodKey]int
transport.go#L1425: if n := t.connsPerHost[w.key]; n < t.MaxConnsPerHost {
transport.go#L1426: if t.connsPerHost == nil {
transport.go#L1427: t.connsPerHost = make(map[connectMethodKey]int)
transport.go#L1429: t.connsPerHost[w.key] = n + 1
transport.go#L1471: n := t.connsPerHost[key]
transport.go#L1506: delete(t.connsPerHost, key)
transport.go#L1508: t.connsPerHost[key] = n
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)